Indie Launch Radar — Show HN Early-Traction Scanner avatar

Indie Launch Radar — Show HN Early-Traction Scanner

Pricing

Pay per usage

Go to Apify Store
Indie Launch Radar — Show HN Early-Traction Scanner

Indie Launch Radar — Show HN Early-Traction Scanner

Scan Hacker News Show HN for early traction signals. Find indie products that just launched, analyze upvotes and comments. Perfect for competitor intelligence and inspiration.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Valdeir Lima

Valdeir Lima

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Find early-stage SaaS and indie products gaining real organic traction on Hacker News — before they hit everyone's radar.

This Actor scans Show HN launches and ranks them by a traction score that rewards velocity (points per hour) and genuine discussion (comment-to-point ratio), not just raw vote counts. It's built for indie hackers, scouts, and investors who want signal, not noise.

What it does

  • Pulls Show HN launches from the last N days via the public Hacker News (Algolia) API
  • Filters out low-signal posts (configurable minimum points & comments)
  • Optional keyword filter (e.g. ai, b2b, developer tools)
  • Scores each launch 0–10 on organic traction and sorts best-first

No proxy, no login, no API key required.

Input

FieldTypeDefaultDescription
daysBackinteger7How many days of launches to scan (1–30)
minPointsinteger20Discard launches below this many points
minCommentsinteger3Discard launches below this many comments
keywordsarray[]Keep only titles matching a keyword (empty = all)
maxResultsinteger100Cap on launches returned

Example input

{
"daysBack": 7,
"minPoints": 30,
"minComments": 5,
"keywords": ["ai", "saas", "b2b"],
"maxResults": 50
}

Output

Each item in the dataset:

{
"title": "MyTool – open-source X for Y",
"url": "https://mytool.com",
"points": 142,
"numComments": 38,
"ageHours": 19.2,
"tractionScore": 7.4,
"author": "janedoe",
"hnUrl": "https://news.ycombinator.com/item?id=00000000",
"createdAt": "2026-06-01T10:00:00.000Z"
}

A SUMMARY record is also saved to the key-value store with scan counts and the top launch.

How the traction score works

tractionScore (0–10) blends three organic signals:

  • Velocity (40%) — points per hour since posting. The strongest early signal.
  • Discussion (30%) — comments per point. Real engagement, hard to fake.
  • Volume (30%) — log-scaled point floor so tiny posts can't top the list.

Use cases

  • Spot indie SaaS launches in their first 24–72h window
  • Build a weekly "launch radar" newsletter or dashboard
  • Source deals or competitive intel by keyword/category